projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b6ad31
)
Unbreak compilation with CHECK_STRUCTS.
author
Philipp Stephani
<phst@google.com>
Sun, 22 Nov 2020 22:22:50 +0000
(23:22 +0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 22 Nov 2020 22:22:50 +0000
(23:22 +0100)
Commit
3963aea4f4a22da0c1fb8ca8ca80b59c58373811
modified the ‘buffer’
structure, but didn’t adapt the hash.
* src/pdumper.c (dump_buffer): Update buffer hash.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index b5b4050b93d98b10bfbd2a6a2c15db14efb8c527..0096a4d45a35f4417ad91d3233ac9c9e7b5442f2 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2692,7
+2692,7
@@
dump_hash_table (struct dump_context *ctx,
static dump_off
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
{
-#if CHECK_STRUCTS && !defined HASH_buffer_
5DC36DBD42
+#if CHECK_STRUCTS && !defined HASH_buffer_
EE36B4292E
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;